begintownscript;

variables;
short choice;

body;

beginstate INIT_STATE;
break;

beginstate START_STATE;
	if(get_flag(4,0) <= 0){
		message_dialog("You find yourself on a small pedestal in the middle of a small clearing, in the middle of Nowhere Special.  Funny that no one has noticed this before.","");
		set_flag(4,0,1);
		}
break;

beginstate EXIT_STATE;
	change_outdoor_location(0,0,27,22);
break;